home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TTABDLG / TTABDLG.txt
Text File  |  1996-08-04  |  5KB  |  206 lines

  1. object TabDlg: TTabDlg
  2.   Left = 102
  3.   Top = 97
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tab Completion'
  7.   ClientHeight = 392
  8.   ClientWidth = 424
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 16
  21.     Top = 16
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.   end
  26.   object Label3: TLabel
  27.     Left = 56
  28.     Top = 24
  29.     Width = 217
  30.     Height = 13
  31.     Caption = 'Tab completion words allow you to start typing'
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label1: TLabel
  39.     Left = 64
  40.     Top = 38
  41.     Width = 202
  42.     Height = 13
  43.     Caption = 'then press TAB to fill in the rest of the word'
  44.     Font.Color = clBlack
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object Label2: TLabel
  51.     Left = 56
  52.     Top = 54
  53.     Width = 227
  54.     Height = 13
  55.     Caption = 'Edit the list below to contain the words you want'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object OKBtn: TBitBtn
  63.     Left = 56
  64.     Top = 356
  65.     Width = 77
  66.     Height = 27
  67.     Caption = 'OK'
  68.     Default = True
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 1
  74.     ParentFont = False
  75.     TabOrder = 0
  76.     OnClick = OKBtnClick
  77.     Margin = 2
  78.     NumGlyphs = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object CancelBtn: TBitBtn
  83.     Left = 140
  84.     Top = 356
  85.     Width = 77
  86.     Height = 27
  87.     Cancel = True
  88.     Caption = 'Cancel'
  89.     Font.Color = clBlack
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ModalResult = 2
  94.     ParentFont = False
  95.     TabOrder = 1
  96.     Margin = 2
  97.     NumGlyphs = 2
  98.     Spacing = -1
  99.     IsControl = True
  100.   end
  101.   object HelpBtn: TBitBtn
  102.     Left = 224
  103.     Top = 356
  104.     Width = 77
  105.     Height = 27
  106.     Font.Color = clBlack
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 2
  112.     Kind = bkHelp
  113.     Margin = 2
  114.     Spacing = -1
  115.     IsControl = True
  116.   end
  117.   object TabList: TMemo
  118.     Left = 56
  119.     Top = 80
  120.     Width = 273
  121.     Height = 265
  122.     Font.Color = clBlack
  123.     Font.Height = -11
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     TabOrder = 3
  128.   end
  129.   object BitBtn23: TBitBtn
  130.     Left = 340
  131.     Top = 80
  132.     Width = 77
  133.     Height = 27
  134.     Hint = 'Load words from a text file|'
  135.     Caption = 'Load'
  136.     Font.Color = clBlack
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     ParentFont = False
  141.     TabOrder = 4
  142.     OnClick = BitBtn23Click
  143.     Glyph.Data = {
  144.       76010000424D7601000000000000760000002800000020000000100000000100
  145.       04000000000000010000130B0000130B00000000000000000000000000000000
  146.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  147.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  148.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  149.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  150.       07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  151.       07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  152.       0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  153.       33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  154.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  155.       3BB33773333773333773B333333B3333333B7333333733333337}
  156.     NumGlyphs = 2
  157.     Spacing = -1
  158.   end
  159.   object BitBtn24: TBitBtn
  160.     Left = 340
  161.     Top = 112
  162.     Width = 77
  163.     Height = 27
  164.     Hint = 'Save words to a text file|'
  165.     Caption = 'SaveAs'
  166.     Font.Color = clBlack
  167.     Font.Height = -11
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     TabOrder = 5
  172.     OnClick = BitBtn24Click
  173.     Glyph.Data = {
  174.       76010000424D7601000000000000760000002800000020000000100000000100
  175.       04000000000000010000130B0000130B00000000000000000000000000000000
  176.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  177.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  178.       7700333333337777777733333333008088003333333377F73377333333330088
  179.       88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  180.       000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  181.       FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  182.       99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  183.       99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  184.       99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  185.       93337FFFF7737777733300000033333333337777773333333333}
  186.     NumGlyphs = 2
  187.     Spacing = -1
  188.   end
  189.   object SaveTabDialog: TSaveDialog
  190.     DefaultExt = 'txt'
  191.     FileEditStyle = fsEdit
  192.     Filter = 'Text Files|*.txt|All Files|*.*'
  193.     Options = [ofOverwritePrompt]
  194.     Left = 224
  195.     Top = 8
  196.   end
  197.   object OpenTabDialog: TOpenDialog
  198.     DefaultExt = 'txt'
  199.     FileEditStyle = fsEdit
  200.     Filter = 'Text Files|*.txt|All Files|*.*'
  201.     Options = [ofHideReadOnly, ofNoReadOnlyReturn]
  202.     Left = 184
  203.     Top = 8
  204.   end
  205. end
  206.